Function: treemacs-theme->create!
treemacs-theme->create! is a byte-compiled function defined in
treemacs-themes.el.
Signature
(treemacs-theme->create! &key NAME PATH GUI-ICONS TUI-ICONS)
Documentation
Constructor for objects of type treemacs-theme.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-themes.el
(cl-defstruct (treemacs-theme
(:conc-name treemacs-theme->)
(:constructor treemacs-theme->create!)
(:named t))
name path gui-icons tui-icons)